Exercise 2 - Multiple Properties
- Open the Master Schedule and edit MY FIRST MULTI-INSTANCE SCHEDULE.
- Expand the
TIME=10
property set and click the (+) buton - Add a new property with the name
PATH
and a value ofC:\Multi-Instance\Accounting
. - Expand the
TIME=20
property set and click the (+) buton - Add a new property with the name
PATH
and a value ofC:\Multi-Instance\Accounting
. - Click Save.
- Update the Command Lines for all 3 Jobs replacing
C:\Multi-Instance\Accounting
with[[SI.PATH]]
- Verify that each version of the MY FIRST MULTI-INSTANCE SCHEDULE is Closed for Today's date.
- Delete the Schedules from one of the Operations Views.
- Rebuild the Schedule.
- Within the Build process, verify that there are two Schedule Instance Properties for this Schedule defined on two different lines:
TIME=10
PATH=C:\Multi-Instance\Accounting
- Verify the results of the build.
Enterprise Manager
Details
- Open the Schedule Master with the MY FIRST MULTI-INSTANCE SCHEDULE selected and click the Instance Definition tab.
- Click on the
TIME=10
Property in the Instance grid at the bottom of the screen. - In Define Property Values, update
TIME=10
toTIME=10;Path=C:\Multi-Instance\Accounting
- Click the Update button.
- Change
TIME=20
toTIME=20;PATH=C:\Multi-Instance\Accounting
- Update the Command Lines for all 3 Jobs replacing
C:\Multi-Instance\Accounting
with[[SI.PATH]]
- Verify that each version of the MY FIRST MULTI-INSTANCE SCHEDULE is Closed for Today's date.
- Delete the Schedules from one of the Operations Views.
- Rebuild the Schedule and verify the results.
Note
The same 2 Schedules should be built, but in the Daily Schedule Maintenance there are two SI Properties
- From any of the Operations Screens, right-click the Schedule and select Maintenance > Edit Daily Schedule.
- Click on the Instance Definitions tab.
- Verify that there are two Schedule Instance Properties for this Schedule defined on two different lines:
TIME=10
PATH=C:\Multi-Instance\Accounting